type testing.common

59 uses

	testing (current package)
		benchmark.go#L95: 	common
		benchmark.go#L718: 		common: common{
		benchmark.go#L753: 					common: common{
		benchmark.go#L825: 		common: common{
		benchmark.go#L1010: 		common: common{
		fuzz.go#L70: 	common
		fuzz.go#L305: 			common: common{
		fuzz.go#L498: 			root := common{w: os.Stdout} // gather output in one place
		fuzz.go#L519: 					common: common{
		fuzz.go#L572: 	root := common{w: os.Stdout}
		fuzz.go#L605: 		common: common{
		match.go#L83: func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
		testing.go#L633: type common struct {
		testing.go#L658: 	parent     *common
		testing.go#L731: func (c *common) checkFuzzFn(name string) {
		testing.go#L742: func (c *common) frameSkip(skip int) runtime.Frame {
		testing.go#L815: func (c *common) flushToParent(testName, format string, args ...any) {
		testing.go#L855: 	c *common
		testing.go#L935: 	common
		testing.go#L940: func (c *common) private() {}
		testing.go#L947: func (c *common) Name() string {
		testing.go#L951: func (c *common) setRan() {
		testing.go#L961: func (c *common) Fail() {
		testing.go#L975: func (c *common) Failed() bool {
		testing.go#L996: func (c *common) FailNow() {
		testing.go#L1028: func (c *common) log(s string) {
		testing.go#L1054: func (c *common) destination() *common {
		testing.go#L1072: func (c *common) callSite(skip int) string {
		testing.go#L1096: func (c *common) flushPartial() {
		testing.go#L1114: func (c *common) Output() io.Writer {
		testing.go#L1124: func (c *common) setOutputWriter() {
		testing.go#L1130: 	c       *common
		testing.go#L1187: func (c *common) Log(args ...any) {
		testing.go#L1198: func (c *common) Logf(format string, args ...any) {
		testing.go#L1204: func (c *common) Error(args ...any) {
		testing.go#L1211: func (c *common) Errorf(format string, args ...any) {
		testing.go#L1218: func (c *common) Fatal(args ...any) {
		testing.go#L1225: func (c *common) Fatalf(format string, args ...any) {
		testing.go#L1232: func (c *common) Skip(args ...any) {
		testing.go#L1239: func (c *common) Skipf(format string, args ...any) {
		testing.go#L1253: func (c *common) SkipNow() {
		testing.go#L1263: func (c *common) Skipped() bool {
		testing.go#L1272: func (c *common) Helper() {
		testing.go#L1296: func (c *common) Cleanup(f func()) {
		testing.go#L1333: func (c *common) ArtifactDir() string {
		testing.go#L1361: func (c *common) makeArtifactDir() (string, error) {
		testing.go#L1422: func (c *common) TempDir() string {
		testing.go#L1431: func (c *common) makeTempDir() (string, error) {
		testing.go#L1523: func (c *common) Setenv(key, value string) {
		testing.go#L1548: func (c *common) Chdir(dir string) {
		testing.go#L1589: func (c *common) Context() context.Context {
		testing.go#L1604: func (c *common) Attr(key, value string) {
		testing.go#L1630: func (c *common) runCleanup(ph panicHandling) (panicVal any) {
		testing.go#L1676: func (c *common) resetRaces() {
		testing.go#L1694: func (c *common) checkRaces() (raceErrors int64) {
		testing.go#L2073: 		common: common{
		testing.go#L2135: 		common: common{
		testing.go#L2569: 				common: common{